home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000288_news@columbia.edu_Mon Sep 4 14:56:46 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA08288
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 4 Sep 1995 10:56:49 -0400
  3. Received: by apakabar.cc.columbia.edu id AA04806
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 4 Sep 1995 10:56:48 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Transfering files with upper case filenames
  9. Date: 4 Sep 1995 14:56:46 GMT
  10. Organization: Columbia University
  11. Lines: 16
  12. Message-Id: <42f43e$4m4@apakabar.cc.columbia.edu>
  13. References: <DEDq5F.8tz@carmen.logica.co.uk>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <DEDq5F.8tz@carmen.logica.co.uk>,
  18. Luc Bollen  <lb@brussels.logica.com> wrote:
  19. : I'm using kermit (mskermit V3.14) to transfer files from MS-DOS to UNIX, 
  20. : and due to a constraint of the Unix application that is processing the 
  21. : received files, the filenames must be created on the Unix machine in 
  22. : UPPER CASE.
  23. : Using a command like 'send FILE.DAT FILE.DAT' results in the filename 
  24. : created on the Unix machine to be in lower case (i.e. 'file.dat') in 
  25. : place of upper case (i.e. 'FILE.DAT').
  26. Nothing could be easier.  Just tell C-Kermit on UNIX to SET FILE NAMES
  27. LITERAL.  Then send the files from the PC in the normal way; no need to
  28. specify an "as-name".
  29.  
  30. - Frank